
Installation:
- Install the mod using BoardMod
- Copy NotifyPlus.pl to the Sources directory
- Copy Lite.pm to the Sources directory
- Copy mark_icon.gif to the Images directory
- Change the variables in 'Forum Preferences and Settings' & Profile

Known problems:
On some servers MIME::Types and MAIL::address are not installed.

To solve this problem you have to:
1) Set the next parameter to 1 in Lite.pm:
   ### Set this true if you don't want to use MIME::Base64/QuotedPrint/Types:
   $PARANOID = 0;

2) Install address.pm in your YaBB source-directory (included in the zip-file !!)

3) Change a line in the Lite.pm:
   Line 509
   if (eval "require Mail::Address") {

   Change to:
   if (eval "require Sources::address") {